home *** CD-ROM | disk | FTP | other *** search
- // Borland C++ Builder
- // Copyright (c) 1995, 1998 by Borland International
- // All rights reserved
-
- // (DO NOT EDIT: machine generated header) 'chartfx3.pas' rev: 3.00
-
- #ifndef chartfx3HPP
- #define chartfx3HPP
- #include <Menus.hpp>
- #include <Controls.hpp>
- #include <StdVCL.hpp>
- #include <OleCtrls.hpp>
- #include <Graphics.hpp>
- #include <Classes.hpp>
- #include <ActiveX.hpp>
- #include <Windows.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Chartfx3
- {
- //-- type declarations -------------------------------------------------------
- __dispinterface _DChartfx;
- typedef System::DelphiInterface<_DChartfx> _di__DChartfx;
- __dispinterface _DChartfx: public IDispatch /* __guid="{2DC488B0-D891-101B-8652-00AA003A5593}" */
- {
-
- };
- typedef _DChartfx Chartfx;
-
- typedef Olectrls::TOleEnum PointTypeConstants;
-
- typedef Olectrls::TOleEnum SchemeConstants;
-
- typedef Olectrls::TOleEnum StackedConstants;
-
- typedef Olectrls::TOleEnum GridConstants;
-
- typedef Olectrls::TOleEnum GalleryConstants;
-
- typedef Olectrls::TOleEnum ConstTypeConstants;
-
- typedef Olectrls::TOleEnum LegendStyleConstants;
-
- typedef Olectrls::TOleEnum OpenDataConstants;
-
- typedef Olectrls::TOleEnum ClickConstants;
-
- typedef Olectrls::TOleEnum DialogConstants;
-
- typedef Olectrls::TOleEnum AdmConstants;
-
- typedef Olectrls::TOleEnum TitleConstants;
-
- typedef Olectrls::TOleEnum FontConstants;
-
- typedef Olectrls::TOleEnum ItemConstants;
-
- typedef Olectrls::TOleEnum DecimalConstants;
-
- __dispinterface _DChartfxEvents;
- typedef System::DelphiInterface<_DChartfxEvents> _di__DChartfxEvents;
- __dispinterface _DChartfxEvents: public IDispatch /* __guid="{2DC488B1-D891-101B-8652-00AA003A5593}" */
-
- {
-
- };
-
- typedef void __fastcall (__closure *TChartfxLButtonDblClk)(System::TObject* Sender, short x, short y
- , short nSerie, int nPoint, short &nRes);
-
- typedef void __fastcall (__closure *TChartfxRButtonDown)(System::TObject* Sender, short x, short y,
- short nSerie, int nPoint, short &nRes);
-
- typedef void __fastcall (__closure *TChartfxChangeValue)(System::TObject* Sender, double dValue, short
- nSerie, int nPoint, short &nRes);
-
- typedef void __fastcall (__closure *TChartfxChangeString)(System::TObject* Sender, short nType, int
- nIndex, short &nRes);
-
- typedef void __fastcall (__closure *TChartfxChangeColor)(System::TObject* Sender, short nType, short
- nIndex, short &nRes);
-
- typedef void __fastcall (__closure *TChartfxChangePalette)(System::TObject* Sender, short nIndex, short
- &nRes);
-
- typedef void __fastcall (__closure *TChartfxChangeFont)(System::TObject* Sender, short nIndex, short
- &nRes);
-
- typedef void __fastcall (__closure *TChartfxChangePattern)(System::TObject* Sender, short nType, short
- nIndex, short &nRes);
-
- typedef void __fastcall (__closure *TChartfxChangePattPal)(System::TObject* Sender, short nIndex, short
- &nRes);
-
- typedef void __fastcall (__closure *TChartfxMenu)(System::TObject* Sender, int wParam, short nSerie,
- int nPoint, short &nRes);
-
- typedef void __fastcall (__closure *TChartfxChangeType)(System::TObject* Sender, short nType, short
- &nRes);
-
- typedef void __fastcall (__closure *TChartfxUserScroll)(System::TObject* Sender, int wScrollMsg, int
- wScrollParam, short &nRes);
-
- typedef void __fastcall (__closure *TChartfxGetLegend)(System::TObject* Sender, short nType, short &
- nRes);
-
- class DELPHICLASS TChartfx;
- class PASCALIMPLEMENTATION TChartfx : public Olectrls::TOleControl
- {
- typedef Olectrls::TOleControl inherited;
-
- private:
- TChartfxLButtonDblClk FOnLButtonDblClk;
- TChartfxRButtonDown FOnRButtonDown;
- TChartfxChangeValue FOnChangeValue;
- TChartfxChangeString FOnChangeString;
- TChartfxChangeColor FOnChangeColor;
- Classes::TNotifyEvent FOnDestroy;
- Classes::TNotifyEvent FOnReadFile;
- TChartfxChangePalette FOnChangePalette;
- TChartfxChangeFont FOnChangeFont;
- Classes::TNotifyEvent FOnReadTemplate;
- TChartfxChangePattern FOnChangePattern;
- TChartfxChangePattPal FOnChangePattPal;
- TChartfxMenu FOnMenu;
- TChartfxChangeType FOnChangeType;
- TChartfxUserScroll FOnUserScroll;
- TChartfxGetLegend FOnGetLegend;
- _di__DChartfx FIntf;
- int __fastcall Get_hWnd(void);
- void __fastcall Set_hWnd(int &Value);
- double __fastcall Get_Value(short index);
- void __fastcall Set_Value(short index, double Value);
- double __fastcall Get_XValue(short index);
- void __fastcall Set_XValue(short index, double Value);
- double __fastcall Get_IniValue(short index);
- void __fastcall Set_IniValue(short index, double Value);
- double __fastcall Get_Const_(short index);
- void __fastcall Set_Const_(short index, double Value);
- Graphics::TColor __fastcall Get_Color(short index);
- void __fastcall Set_Color(short index, Graphics::TColor Value);
- Graphics::TColor __fastcall Get_BkColor(short index);
- void __fastcall Set_BkColor(short index, Graphics::TColor Value);
- double __fastcall Get_Adm(short index);
- void __fastcall Set_Adm(short index, double Value);
- short __fastcall Get_Pattern(short index);
- void __fastcall Set_Pattern(short index, short Value);
- int __fastcall Get_Fonts(short index);
- void __fastcall Set_Fonts(short index, int Value);
- System::WideString __fastcall Get_Title(short index);
- void __fastcall Set_Title(short index, const System::WideString Value);
- System::WideString __fastcall Get_Legend(short index);
- void __fastcall Set_Legend(short index, const System::WideString Value);
- System::WideString __fastcall Get_SerLeg(short index);
- void __fastcall Set_SerLeg(short index, const System::WideString Value);
- System::WideString __fastcall Get_KeyLeg(short index);
- void __fastcall Set_KeyLeg(short index, const System::WideString Value);
- System::WideString __fastcall Get_FixLeg(short index);
- void __fastcall Set_FixLeg(short index, const System::WideString Value);
- System::WideString __fastcall Get_YLeg(short index);
- void __fastcall Set_YLeg(short index, const System::WideString Value);
- System::WideString __fastcall Get_KeySer(short index);
- void __fastcall Set_KeySer(short index, const System::WideString Value);
- System::WideString __fastcall Get_StatusText(short index);
- void __fastcall Set_StatusText(short index, const System::WideString Value);
- Graphics::TColor __fastcall Get_RGBFont(short index);
- void __fastcall Set_RGBFont(short index, Graphics::TColor Value);
- short __fastcall Get_HFont(short index);
- void __fastcall Set_HFont(short index, short Value);
- short __fastcall Get_ItemWidth(short index);
- void __fastcall Set_ItemWidth(short index, short Value);
- short __fastcall Get_ItemStyle(short index);
- void __fastcall Set_ItemStyle(short index, short Value);
- Graphics::TColor __fastcall Get_ItemColor(short index);
- void __fastcall Set_ItemColor(short index, Graphics::TColor Value);
- short __fastcall Get_DecimalsNum(short index);
- void __fastcall Set_DecimalsNum(short index, short Value);
-
- protected:
- virtual void __fastcall InitControlData(void);
- virtual void __fastcall InitControlInterface(const _di_IUnknown Obj);
-
- public:
- int __fastcall OpenDataEx(short nType, int n1, int n2);
- Word __fastcall CloseData(short nType);
- int __fastcall DblClk(short nType, int lExtra);
- int __fastcall RigClk(short nType, int lExtra);
- int __fastcall Status(short nItems, int lpStatus);
- int __fastcall ShowDialog(short nDialog, int lExtra);
- int __fastcall PrintIt(void);
- HIDESBASE int __fastcall Scroll(int wParam, int lParam);
- int __fastcall SetStatusItem(short index, Word bText, short nID, Word bFrame, short nWidth, short nMin
- , short nDesp, int dwStyle);
- int __fastcall Paint(int hDC, short nLeft, short nTop, short nRight, short nBottom, short wAction,
- int lps);
- int __fastcall SetStripe(short index, double dMin, double dMax, Graphics::TColor rgb);
- int __fastcall Language(const System::WideString sResource);
- int __fastcall ExportFile(const System::WideString lpszNewValue);
- int __fastcall ImportFile(const System::WideString lpszNewValue);
- int __fastcall WriteTemplate(const System::WideString lpszNewValue);
- int __fastcall ReadTemplate(const System::WideString lpszNewValue);
- int __fastcall CopyData(void);
- int __fastcall CopyBitmap(void);
- HIDESBASE void __fastcall Refresh(void);
- void __fastcall AboutBox(void);
- __property _di__DChartfx ControlInterface = {read=FIntf};
- __property double Value[short index] = {read=Get_Value, write=Set_Value};
- __property double XValue[short index] = {read=Get_XValue, write=Set_XValue};
- __property double IniValue[short index] = {read=Get_IniValue, write=Set_IniValue};
- __property double Const_[short index] = {read=Get_Const_, write=Set_Const_};
- __property Graphics::TColor Color[short index] = {read=Get_Color, write=Set_Color};
- __property Graphics::TColor BkColor[short index] = {read=Get_BkColor, write=Set_BkColor};
- __property double Adm[short index] = {read=Get_Adm, write=Set_Adm};
- __property short Pattern[short index] = {read=Get_Pattern, write=Set_Pattern};
- __property int Fonts[short index] = {read=Get_Fonts, write=Set_Fonts};
- __property System::WideString Title[short index] = {read=Get_Title, write=Set_Title};
- __property System::WideString Legend[short index] = {read=Get_Legend, write=Set_Legend};
- __property System::WideString SerLeg[short index] = {read=Get_SerLeg, write=Set_SerLeg};
- __property System::WideString KeyLeg[short index] = {read=Get_KeyLeg, write=Set_KeyLeg};
- __property System::WideString FixLeg[short index] = {read=Get_FixLeg, write=Set_FixLeg};
- __property System::WideString YLeg[short index] = {read=Get_YLeg, write=Set_YLeg};
- __property System::WideString KeySer[short index] = {read=Get_KeySer, write=Set_KeySer};
- __property System::WideString StatusText[short index] = {read=Get_StatusText, write=Set_StatusText}
- ;
- __property Graphics::TColor RGBFont[short index] = {read=Get_RGBFont, write=Set_RGBFont};
- __property short HFont[short index] = {read=Get_HFont, write=Set_HFont};
- __property short ItemWidth[short index] = {read=Get_ItemWidth, write=Set_ItemWidth};
- __property short ItemStyle[short index] = {read=Get_ItemStyle, write=Set_ItemStyle};
- __property Graphics::TColor ItemColor[short index] = {read=Get_ItemColor, write=Set_ItemColor};
- __property short DecimalsNum[short index] = {read=Get_DecimalsNum, write=Set_DecimalsNum};
-
- __published:
- __property TabStop ;
- __property Align ;
- __property DragCursor ;
- __property DragMode ;
- __property ParentShowHint ;
- __property PopupMenu ;
- __property ShowHint ;
- __property TabOrder ;
- __property Visible ;
- __property OnDragDrop ;
- __property OnDragOver ;
- __property OnEndDrag ;
- __property OnEnter ;
- __property OnExit ;
- __property OnStartDrag ;
- __property short DesignDraw = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=4,
- nodefault};
- __property short ThisSerie = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=1, nodefault
- };
- __property short ThisPoint = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=2, nodefault
- };
- __property Word AutoInvalidate = {read=GetWordBoolProp, write=SetWordBoolProp, stored=false, index=3
- , nodefault};
- __property int Type_ = {read=GetIntegerProp, write=SetIntegerProp, stored=false, index=5, nodefault
- };
- __property int Style = {read=GetIntegerProp, write=SetIntegerProp, stored=false, index=6, nodefault
- };
- __property short NSeries = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=7, nodefault
- };
- __property short NValues = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=8, nodefault
- };
- __property Graphics::TColor ThisColor = {read=GetTColorProp, write=SetTColorProp, stored=false, index=9
- , nodefault};
- __property Graphics::TColor ThisBkColor = {read=GetTColorProp, write=SetTColorProp, stored=false, index=10
- , nodefault};
- __property short LeftGap = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=11, nodefault
- };
- __property short RightGap = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=12, nodefault
- };
- __property short TopGap = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=13, nodefault
- };
- __property short BottomGap = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=14,
- nodefault};
- __property short Decimals = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=15, nodefault
- };
- __property short PointType = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=16,
- nodefault};
- __property short Scheme = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=17, nodefault
- };
- __property short Stacked = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=18, nodefault
- };
- __property short Grid = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=19, nodefault
- };
- __property short WallWidth = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=20,
- nodefault};
- __property short BarHorzGap = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=21,
- nodefault};
- __property Word View3D = {read=GetWordBoolProp, write=SetWordBoolProp, stored=false, index=22, nodefault
- };
- __property int Angles3D = {read=GetIntegerProp, write=SetIntegerProp, stored=false, index=23, nodefault
- };
- __property short PixFactor = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=24,
- nodefault};
- __property short LineWidth = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=25,
- nodefault};
- __property short LineStyle = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=26,
- nodefault};
- __property Graphics::TColor LineColor = {read=GetTColorProp, write=SetTColorProp, stored=false, index=27
- , nodefault};
- __property Graphics::TColor LineBkColor = {read=GetTColorProp, write=SetTColorProp, stored=false, index=28
- , nodefault};
- __property short FixedWidth = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=29,
- nodefault};
- __property short FixedStyle = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=30,
- nodefault};
- __property Graphics::TColor FixedColor = {read=GetTColorProp, write=SetTColorProp, stored=false, index=31
- , nodefault};
- __property Graphics::TColor FixedBkColor = {read=GetTColorProp, write=SetTColorProp, stored=false,
- index=32, nodefault};
- __property short FixedGap = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=33, nodefault
- };
- __property Graphics::TColor RGBBarHorz = {read=GetTColorProp, write=SetTColorProp, stored=false, index=34
- , nodefault};
- __property Graphics::TColor RGBBk = {read=GetTColorProp, write=SetTColorProp, stored=false, index=35
- , nodefault};
- __property Graphics::TColor RGB2DBk = {read=GetTColorProp, write=SetTColorProp, stored=false, index=36
- , nodefault};
- __property Graphics::TColor RGB3DBk = {read=GetTColorProp, write=SetTColorProp, stored=false, index=37
- , nodefault};
- __property Word ShowStatus = {read=GetWordBoolProp, write=SetWordBoolProp, stored=false, index=38,
- nodefault};
- __property System::WideString HText = {read=GetWideStringProp, write=SetWideStringProp, stored=false
- , index=39};
- __property short ChartStatus = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=40
- , nodefault};
- __property short Edit = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=41, nodefault
- };
- __property short ChartType = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=42,
- nodefault};
- __property Word Chart3D = {read=GetWordBoolProp, write=SetWordBoolProp, stored=false, index=43, nodefault
- };
- __property Word ToolBar = {read=GetWordBoolProp, write=SetWordBoolProp, stored=false, index=44, nodefault
- };
- __property Word PaletteBar = {read=GetWordBoolProp, write=SetWordBoolProp, stored=false, index=45,
- nodefault};
- __property Word PatternBar = {read=GetWordBoolProp, write=SetWordBoolProp, stored=false, index=46,
- nodefault};
- __property int CustTool = {read=GetIntegerProp, write=SetIntegerProp, stored=false, index=47, nodefault
- };
- __property int ReturnValue = {read=GetIntegerProp, write=SetIntegerProp, stored=false, index=48, nodefault
- };
- __property Word AutoIncrement = {read=GetWordBoolProp, write=SetWordBoolProp, stored=false, index=49
- , nodefault};
- __property double ThisValue = {read=GetDoubleProp, write=SetDoubleProp, stored=false, index=50};
- __property short VertGridGap = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=51
- , nodefault};
- __property short XLegType = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=52, nodefault
- };
- __property short ConstType = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=53,
- nodefault};
- __property Graphics::TFont* LeftFont = {read=GetTFontProp, write=SetTFontProp, stored=false, index=54
- };
- __property Graphics::TFont* RightFont = {read=GetTFontProp, write=SetTFontProp, stored=false, index=55
- };
- __property Graphics::TFont* TopFont = {read=GetTFontProp, write=SetTFontProp, stored=false, index=56
- };
- __property Graphics::TFont* BottomFont = {read=GetTFontProp, write=SetTFontProp, stored=false, index=57
- };
- __property Graphics::TFont* XLegFont = {read=GetTFontProp, write=SetTFontProp, stored=false, index=58
- };
- __property Graphics::TFont* YLegFont = {read=GetTFontProp, write=SetTFontProp, stored=false, index=59
- };
- __property Graphics::TFont* FixedFont = {read=GetTFontProp, write=SetTFontProp, stored=false, index=60
- };
- __property Graphics::TFont* LegendFont = {read=GetTFontProp, write=SetTFontProp, stored=false, index=61
- };
- __property short LegendWidth = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=62
- , nodefault};
- __property Word Enabled = {read=GetWordBoolProp, write=SetWordBoolProp, stored=false, index=-514, nodefault
- };
- __property int hWnd = {read=Get_hWnd, write=Set_hWnd, stored=false, nodefault};
- __property short BorderStyle = {read=GetSmallintProp, write=SetSmallintProp, stored=false, index=-504
- , nodefault};
- __property int hCtlWnd = {read=GetIntegerProp, write=SetIntegerProp, stored=false, index=63, nodefault
- };
- __property TChartfxLButtonDblClk OnLButtonDblClk = {read=FOnLButtonDblClk, write=FOnLButtonDblClk};
-
- __property TChartfxRButtonDown OnRButtonDown = {read=FOnRButtonDown, write=FOnRButtonDown};
- __property TChartfxChangeValue OnChangeValue = {read=FOnChangeValue, write=FOnChangeValue};
- __property TChartfxChangeString OnChangeString = {read=FOnChangeString, write=FOnChangeString};
- __property TChartfxChangeColor OnChangeColor = {read=FOnChangeColor, write=FOnChangeColor};
- __property Classes::TNotifyEvent OnDestroy = {read=FOnDestroy, write=FOnDestroy};
- __property Classes::TNotifyEvent OnReadFile = {read=FOnReadFile, write=FOnReadFile};
- __property TChartfxChangePalette OnChangePalette = {read=FOnChangePalette, write=FOnChangePalette};
-
- __property TChartfxChangeFont OnChangeFont = {read=FOnChangeFont, write=FOnChangeFont};
- __property Classes::TNotifyEvent OnReadTemplate = {read=FOnReadTemplate, write=FOnReadTemplate};
- __property TChartfxChangePattern OnChangePattern = {read=FOnChangePattern, write=FOnChangePattern};
-
- __property TChartfxChangePattPal OnChangePattPal = {read=FOnChangePattPal, write=FOnChangePattPal};
-
- __property TChartfxMenu OnMenu = {read=FOnMenu, write=FOnMenu};
- __property TChartfxChangeType OnChangeType = {read=FOnChangeType, write=FOnChangeType};
- __property TChartfxUserScroll OnUserScroll = {read=FOnUserScroll, write=FOnUserScroll};
- __property TChartfxGetLegend OnGetLegend = {read=FOnGetLegend, write=FOnGetLegend};
- public:
- /* TOleControl.Create */ __fastcall virtual TChartfx(Classes::TComponent* AOwner) : Olectrls::TOleControl(
- AOwner) { }
- /* TOleControl.Destroy */ __fastcall virtual ~TChartfx(void) { }
-
- public:
- /* TWinControl.CreateParented */ __fastcall TChartfx(HWND ParentWindow) : Olectrls::TOleControl(ParentWindow
- ) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
- extern PACKAGE GUID LIBID_ChartfxLib;
- #define CHART_NONEMK (Byte)(0)
- #define CHART_RECTMK (Byte)(1)
- #define CHART_CIRCLEMK (Byte)(2)
- #define CHART_TRIANGLEMK (Byte)(3)
- #define CHART_MARBLEMK (Byte)(4)
- #define CHART_CUBEMK (Byte)(5)
- #define CHART_MANYMK (Byte)(6)
- #define CHART_CSSOLID (Byte)(0)
- #define CHART_CSBWPATTERN (Byte)(1)
- #define CHART_CSPATTERN (Byte)(2)
- #define CHART_NOSTACKED (Byte)(0)
- #define CHART_STACKED (Byte)(1)
- #define CHART_STACKED100 (Byte)(2)
- #define CHART_NOGRID (Byte)(0)
- #define CHART_HORZGRID (Byte)(1)
- #define CHART_VERTGRID (Byte)(2)
- #define CHART_BOTHGRID (Byte)(3)
- #define CHART_GRIDY2 (Byte)(4)
- #define LINES (Byte)(1)
- #define BAR (Byte)(2)
- #define SPLINE (Byte)(3)
- #define MARK (Byte)(4)
- #define PIE (Byte)(5)
- #define AREA (Byte)(6)
- #define PARETO (Byte)(7)
- #define SCATTER (Byte)(8)
- #define HILOW (Byte)(9)
- #define CC_HIDETEXT (Byte)(1)
- #define CC_HIDE (Byte)(2)
- #define CL_NOTCLIPPED (Byte)(1)
- #define CL_NOTCHANGECOLOR (Byte)(2)
- #define CL_HIDE (Byte)(4)
- #define CL_HIDEXLEG (Byte)(4)
- #define CL_FORCESERLEG (Byte)(8)
- #define CL_GETLEGEND (Byte)(16)
- #define CL_HIDEYLEG (Byte)(32)
- #define COD_VALUES (Byte)(1)
- #define COD_CONSTANTS (Byte)(2)
- #define COD_COLORS (Byte)(3)
- #define COD_STRIPES (Byte)(4)
- #define COD_INIVALUES (Byte)(5)
- #define COD_XVALUES (Byte)(6)
- #define COD_STATUSITEMS (Byte)(7)
- #define COD_UNKNOWN (Shortint)(-1)
- #define COD_UNCHANGE (Byte)(0)
- #define CHART_BALLOONCLK (Byte)(0)
- #define CHART_DIALOGCLK (Byte)(1)
- #define CHART_NONECLK (Byte)(2)
- #define CHART_MENUCLK (Byte)(3)
- #define CDIALOG_EXPORTFILE (Byte)(14)
- #define CDIALOG_IMPORTFILE (Byte)(15)
- #define CDIALOG_WRITETEMPLATE (Byte)(8)
- #define CDIALOG_READTEMPLATE (Byte)(9)
- #define CDIALOG_PAGESETUP (Byte)(4)
- #define CDIALOG_ABOUT (Byte)(11)
- #define CDIALOG_OPTIONS (Byte)(12)
- #define CDIALOG_EDITTITLES (Byte)(35)
- #define CDIALOG_FONTS (Byte)(39)
- #define CDIALOG_ROTATE (Byte)(52)
- #define CSA_MIN (Byte)(0)
- #define CSA_MAX (Byte)(1)
- #define CSA_GAP (Byte)(2)
- #define CSA_SCALE (Byte)(3)
- #define CSA_YLEGGAP (Byte)(4)
- #define CSA_PIXXVALUE (Byte)(5)
- #define CSA_XMIN (Byte)(6)
- #define CSA_XMAX (Byte)(7)
- #define CSA_XGAP (Byte)(8)
- #define CSA_LOGBASE (Byte)(9)
- #define CHART_LEFTTIT (Byte)(0)
- #define CHART_RIGHTTIT (Byte)(1)
- #define CHART_TOPTIT (Byte)(2)
- #define CHART_BOTTOMTIT (Byte)(3)
- #define CHART_LEFTFT (Byte)(0)
- #define CHART_RIGHTFT (Byte)(1)
- #define CHART_TOPFT (Byte)(2)
- #define CHART_BOTTOMFT (Byte)(3)
- #define CHART_XLEGFT (Byte)(4)
- #define CHART_YLEGFT (Byte)(5)
- #define CHART_FIXEDFT (Byte)(6)
- #define CHART_LEGENDFT (Byte)(7)
- #define CI_HORZGRID (Byte)(0)
- #define CI_VERTGRID (Byte)(1)
- #define CD_ALL (Byte)(0)
- #define CD_VALUES (Byte)(1)
- #define CD_YLEG (Byte)(2)
- #define CD_XLEG (Byte)(3)
- extern PACKAGE GUID Class_Chartfx;
- extern PACKAGE void __fastcall Register(void);
-
- } /* namespace Chartfx3 */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Chartfx3;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // chartfx3
-